/* TICKET */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%; }

* {
  font-family: "Lato", Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.875rem; }

h4 {
  font-size: 1.525rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1rem; }

p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-heavy {
  font-weight: 700; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

.col-4 {
  width: 335px; }

.col-8 {
  width: 715px; }

.expedia img.logo {
  width: 220px; }

a {
  color: cornflowerblue;
  text-decoration: none; }

ul {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700; }

.head h3 {
  margin: 0; }

.head p {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  padding-right: 10px; }

.border {
  overflow: hidden;
  border: 2px solid #949494;
  margin-bottom: 25px;
  padding: 10px 20px; }

.head-border {
  overflow: hidden;
  padding: 10px 20px;
  border: 2px solid #949494;
  border-bottom: none; }

.border-with-pad {
  overflow: hidden;
  border: 2px solid #949494;
  margin-bottom: 25px; }

.main-ticket {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 25px 0; }
  .main-ticket img {
    width: auto;
    height: 70px;
    margin-right: 20px; }
  .main-ticket .data {
    flex: 1;
    overflow: hidden; }
    .main-ticket .data .first, .main-ticket .data .second, .main-ticket .data .third {
      float: left;
      width: 33%; }
    .main-ticket .data .clearfix {
      width: 100%; }
    .main-ticket .data p {
      width: 100%;
      display: block;
      overflow: hidden;
      margin: 0; }

.right-text p {
  text-align: right;
  margin: 0; }

.tickets {
  border: 2px solid #949494; }
  .tickets .head {
    padding: 20px 0 20px 20px; }
  .tickets .border-p {
    border-bottom: 2px solid #949494;
    margin-right: 20px;
    margin-top: 0; }
  .tickets .row {
    border-bottom: 2px solid #949494; }
    .tickets .row:last-child {
      border-bottom: none; }

.last {
  margin-top: 25px; }

.fifty {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #949494; }
  .fifty p {
    flex: 1 1 50%;
    padding: 10px 0 15px;
    margin: 0; }
    .fifty p:first-child {
      border-right: 2px dotted #949494; }
    .fifty p:last-child {
      padding-left: 20px; }

hr {
  margin: 0; }

.padd {
  padding-left: 20px; }

ul.padd {
  padding-left: 40px; }

.prices {
  margin-left: 45px; }
  .prices h3 {
    margin-bottom: 0; }
  .prices .calc {
    border-bottom: 2px solid #949494; }
  .prices ul {
    padding-bottom: 15px; }
    .prices ul li span {
      display: inline-block; }
    .prices ul li ul {
      border-bottom: none;
      padding: 5px 20px;
      padding-right: 0; }
      .prices ul li ul li {
        margin-bottom: 5px; }
        .prices ul li ul li:last-child {
          margin-bottom: 0; }
    .prices ul li .price {
      float: right; }

.right .price {
  font-size: 18px;
  padding-left: 15px; }

.flex {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .flex .conf {
    padding-left: 45px;
    font-weight: 400; }
    .flex .conf strong {
      display: block;
      font-weight: 700; }

.expedition-log {
  padding: 20px; }
